PropertyChangedEventArgs Properties
An object defining properties for the PropertyChangedEventArgs class.
NewValue
The new value of the property.
Type: T
Name
The name of the property that changed.
Type: string
OldValue
The previous value of the property.
Type: T
ResponseParameters
The response parameters associated with the event.
Type: ResponseParameters